home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TBOOKSELECTOR / TBOOKSELECTOR.txt
Text File  |  2004-10-12  |  1KB  |  75 lines

  1. object BookSelector: TBookSelector
  2.   Left = 232
  3.   Top = 124
  4.   ActiveControl = lItems
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select the Address Books you want to work with'
  8.   ClientHeight = 264
  9.   ClientWidth = 461
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lbABooks: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 73
  25.     Height = 13
  26.     Caption = '&Address books:'
  27.   end
  28.   object lItems: TCheckListBox
  29.     Left = 8
  30.     Top = 32
  31.     Width = 309
  32.     Height = 217
  33.     ItemHeight = 13
  34.     TabOrder = 0
  35.   end
  36.   object bOK: TButton
  37.     Left = 324
  38.     Top = 32
  39.     Width = 129
  40.     Height = 25
  41.     Caption = '&OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object bCancel: TButton
  47.     Left = 324
  48.     Top = 72
  49.     Width = 129
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56.   object bSelectAll: TButton
  57.     Left = 324
  58.     Top = 184
  59.     Width = 129
  60.     Height = 25
  61.     Caption = '&Select all'
  62.     TabOrder = 3
  63.     OnClick = bSelectAllClick
  64.   end
  65.   object bUnselectAll: TButton
  66.     Left = 324
  67.     Top = 224
  68.     Width = 129
  69.     Height = 25
  70.     Caption = '&Unselect all'
  71.     TabOrder = 4
  72.     OnClick = bSelectAllClick
  73.   end
  74. end
  75.